Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / INList<T> Interface
Members


In This Topic
    INList<T> Interface
    In This Topic
    Represents a collection in which items can appear multiple times.
    Object Model
    INList<T> Interface
    Syntax
    Type Parameters
    T
    Remarks
    This interface extends its bases INCollection and INArray with the following operations:
    • Because items can appear more than once in a list this operation has two versions - forward and reverse.
    • Because items can appear more than once in a list this operation has two versions - forward and reverse. Both types of methods return the index at which the item was removed, and have an option to specify the next starting index. This is sufficient to implement a remove items iteration that starts from the last removed item.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also